home *** CD-ROM | disk | FTP | other *** search
/ Agent Central Host Computer / Agent - Central Host Computer.iso / _SETUP.1 / seq_configsets.sql < prev    next >
Text File  |  2000-05-12  |  577b  |  14 lines

  1. /* RCSVER $Id: seq_configsets.sql,v 1.2 1999-02-24 15:28:43-06 randy CURRENT $ */
  2. /* *************************************************************************
  3. *        Copyright (C) 1998, Agent Systems, Inc. All Rights Reserved.
  4. *
  5. * Name:        seq_configsets.sql
  6. * Date:        12/28/1998
  7. * memo:        Randy Wood
  8. * Description:    Create the seq_configsets sequence.
  9. *        The description is used to generate a unique key for the
  10. *        configsets table.
  11. * Changes:
  12. ************************************************************************* */
  13. CREATE SEQUENCE seq_configsets START WITH 2;
  14.